@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@400;500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;1,9..40,300&display=swap');
@import "boot-additional.css";
@import "pricing.css";

::selection {
	background: #dc2626;
	color: #fff;
}
::-moz-selection {
	background: #dc2626;
	color: #fff;
}

.flag-menu-item a {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.top-flag {
	max-height: 20px;
}

.text-light {
	color: #666;
}

.text-inactive {
	color: #c00 !important;
	text-decoration: line-through !important;
}

/* Login page - Secure Login & Sign in with Google buttons aligned */
.login-buttons-holder {
	width: 100%;
	max-width: 100%;
}
.login-buttons-holder .login-btn-row {
	width: 100%;
	margin-bottom: 0;
}
.login-buttons-holder .login-btn-row + .login-btn-row {
	margin-top: 0;
}
.login-buttons-holder .login-btn {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
}
.login-buttons-holder .login-or-divider {
	text-align: center;
	margin: 12px 0;
	font-size: 14px;
}
.login-buttons-holder .login-google-btn {
	background: #4285f4 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.login-buttons-holder .login-google-btn:hover {
	background: #357ae8 !important;
	color: #fff !important;
}

.break-word {
    word-wrap: break-word;
}

.auto-margin {
	margin: auto;
}
.auto-height {
  height: auto !important;
}

.form-control.auto-height {
  min-height: 35px;
	word-wrap: break-word;
}

.tags-list {
	list-style: none;
	padding: 5px;
}

.tags-list li {
	display: inline-block;
}

.tags-list li a {
	display: inline-block;
	margin: 3px;
	font-size: 16px;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	background: #aaa;
}

div.form-control {
  margin: 0 0 10px;
}

.capitalize {
	text-transform: capitalize;
}

.payment-gateway-icon {
	height: 90px;
	width: auto;
	max-width: 100%;
}

.upackage-hash-view {
    font-size: 12px;
    line-height: 1.5em;
	margin-bottom: 5px;
}

.invoice-label > span {
    clear: both;
    display: block;
		line-height: 1.5em;
		margin-top: 5px;
}

.invoice-label .label-order {
	font-weight: 700;
}

.invoice-label .label-text {
    clear: both;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin: 10px 5px;
}

.invoice-view-table .item-title, .order-view-table .item-title {
	font-size: 14px;
}

.invoice-logo-view {
	max-height: 120px;
	max-width: 100%;
}

.image-form-control {
	cursor: pointer;
	display: block;
}
.account-sidemenu li a {
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
}
.account-sidemenu li.active a {
	font-weight: 700;
}
.search-results-box {
	display: block;
	margin: 10px;
	padding: 10px 15px;
	text-align: center;
	background: #eaeaea;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.search-results-box:hover,.search-results-box:active {
    background: #ddd;
}

.search-results-box h1.num-results {
	font-size: 45px;
}

.search-results-box h3.results-title {
	font-size: 18px;
	letter-spacing: -.3px;
	line-height: 35px;
	margin-top: 10px;
	color: #333;
}

.search-results-box .results-btn {
	margin-top: 15px;
}

.agreement-article {
		line-height: 2em;
}

.agreement-article .agreement-block {
	  margin-bottom: 40px;
}

.agreement-article h3.agreement-headline {
		margin-bottom: 20px;
}

.oupdate-table-view {
  margin-bottom: 5px;
}

.oupdate-table-view .oupdate-image {
  width: 50px;
  height: 50px;
  float: left;
}

.oupdate-table-view .oupdate-content {
  left: 10px;
  display: block;
  position: relative;
}

.oupdate-table-view .oupdate-content .oupdate-message {
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 0px;
  color: #666;
}

.oupdate-table-view .oupdate-content .oupdate-name {
  font-size: 14px;
  font-weight: 600;
  color: #c00;
  margin: 5px 0px;
  padding: 0px;
}

.oupdate-table-view.is-user .oupdate-content .oupdate-name {
  color: #00c;
}

.le-large-links {
  list-style: none;
}
.le-large-links li {
  line-height: 35px;
}
.le-large-links li a {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.le-large-links li a:hover:before {
  margin: 0 15px 0 0;
}
.le-large-links li a:before {
  font-size: 22px;
  line-height: 15px;
  margin: 0 10px 0 0;
  content: "\f105";
  font-family: fontawesome;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-entry {
	margin: 20px 0px;
}
.post-entry .post-image {
	margin: 15px 0px 30px 0px;
}

.info-center {
	margin-top: 40px;
}

.info-center h1 {
	font-size: 150px;
	font-weight: 700 !important;
	line-height: 150px;
	margin-bottom: 40px;
}

.info-center h2 {
    font-size: 70px;
    font-weight: 700 !important;
    line-height: 80px;
	letter-spacing: -2px;
	margin-bottom: 35px;
}

.info-center h3 {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 50px;
	letter-spacing: -2px;
	margin-bottom: 30px;
}

.info-center h4 {
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 40px;
    letter-spacing: -1px;
	margin-bottom: 25px;
}
.info-center h5 {
	font-size: 25px;
	font-weight: 700 !important;
	line-height: 35px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.info-center .lead {
	line-height: 2em;
	font-weight: 400;
}

.info-center .sub-form-row input {
    border: 1px solid #e0e0e0;
    padding: 18px;
    color: #3d3d3d;
    width: 60%;
    border-radius: 5px 0 0 5px;
}

.info-center .sub-form-row .le-button {
    border-radius: 0 5px 5px 0;
    padding: 19px 31px 20px 31px;
    margin: 0 0 0 -5px;
}

.back-head {
	margin: 20px 0px 20px 10px;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.back-head {
	margin: 10px 0px 5px 3px;
}

.back-head .back-icon {
	float: left;
	height: 48px;
	font-size: 30px;
	vertical-align: middle;
	clear: right;
}

.back-head .back-description {
	display: block;
	padding-top: 3px;
	font-size: 14px;
	font-weight: 700;
	color: #bbb;
}

.back-head .back-description.small-font {
	font-size: 12px;
	padding-top: 2px;
}

.page-title.sub-back-head {
    margin: 10px 0px;
	display: block;
	font-weight: 600;
}

.inline-width {
	display: inline-block;
	width: 100%;
}
.back-head a:hover, .back-head a:focus {
    color: #222;
}

.back-head .back-icon:hover, .back-head .back-icon:focus {
    background: #222;
}

.back-head .title {
	display: block;
	word-wrap: break-word;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.5px;
}

.back-head .title.small-font {
	font-size: 16px;
}

.square-icon-small {
    padding: 5px 18px;
    border-radius: 10%;
    font-size: 30px;
}

.square-icon-medium {
	padding: 8px 22px;
	border-radius: 10%;
	font-size: 40px;
}

.square-icon-large {
    padding: 15px 30px;
    border-radius: 10%;
    font-size: 48px;
}

.input-pad-rl {
	padding: 0px 10px !important;
}

.downloads-search-home {
	min-height: 120px;
}

.downloads-search-home .search-content {
	padding: 35px 5px;
}
.downloads-search-home .search-block-input {
	border-radius: 10px 0px 0px 10px !important;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.downloads-search-home .search-form-group {
	min-width: 65%;
}

.single-download-content {
	margin: 2%;
	text-align: center;
}

.single-download-content .file-title {
	margin-top: 0px;
	color: #00C;
	word-wrap: break-word;
}

.single-download-content .download-link-control {
	height: auto;
	display: block;
	word-wrap: break-word;
	font-weight: 600;
}

.single-download-content .download-description {
	color: #333;
	font-weight: 600;
}

.single-download-content .file-details {
	font-size: 16px;
	margin-top: 20px;
	display: block;
}

.file-meta {
	margin: 10px 0px;
	display: block;
	clear: both;
}

.single-file-content {
	padding: 2%;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
}

.single-file-content .file-title {
	margin-top: 0px;
	color: #000;
	word-wrap: break-word;
}

.single-file-content .file-description {
	color: #333;
	font-weight: 600;
}

.single-file-content .file-details {
	font-size: 16px;
	margin-top: 20px;
	display: block;
}

.single-file-content  .image {
	margin: 0px 10px 10px 10px;
	max-width: 100%;
	height: auto;
}

.single-file-content  .image img {
	max-width: 95%;
	margin: auto;
}

.single-file-content .file-price {
    font-size: 24px;
    font-weight: 700;
    color: #fe4800;
}

.grid-list-files .grid-list-buttons {
	padding: 7px;
	float: right;
	display: inline-block;
	vertical-align: top;
}
.grid-list-files .grid-list-buttons ul li {
	min-width: 49px;
	margin: 0 23px 0 0;
	display: inline-block;
	vertical-align: top;
}

.grid-list-files .grid-list-buttons ul li a i {
    font-size: 19px;
    color: #ccc;
    vertical-align: bottom;
}

.grid-list-files .grid-list-buttons ul li a {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 600;
}

.grid-list-files .grid-list-buttons ul li.active a {
	font-weight: 700 !important;
}


.file-list-item {
	position: relative;
	margin: 10px 3px;
	border: 1px solid #ddd;
	padding: 10px 0px;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
}

.file-list-item .content-top {
	height: 80px;
	overflow: hidden;
}

.file-list-item .image {
	padding-right: 5px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
}

.file-list-item .content-controls {
	font-size: 12px;
	text-align: left;
	padding: 5px 0px;
	width: 100%;
}

.file-list-item  .content-buttons {
	float: right;
	margin-top: 65px;
	margin-right: 10px;
}

.file-list-item .content-btn {
	width: 120px;
	font-size: 13px;
	font-weight: 400;
	border-radius: 12px;
	padding: 10px 12px;
	background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
	border: none !important;
	color: #fff !important;
	box-shadow: 0 4px 14px 0 rgba(124, 58, 237, 0.35);
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.file-list-item .content-btn:hover {
	background: linear-gradient(135deg, #9333ea, #6d28d9) !important;
	color: #fff !important;
	box-shadow: 0 6px 20px 0 rgba(124, 58, 237, 0.45);
	transform: translateY(-1px);
	text-decoration: none !important;
}

.file-list-item .body {
	display: inline-block;
	width: 75%;
	left: 110px;
	position: relative;
}

.file-list-item {
	font-family: Arial, sans-serif;
}
.file-list-item .title {
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.file-list-item .title a {
	color: #000;
	text-decoration: none !important;
}
.file-list-item .title a:hover {
	text-decoration: none !important;
}

.file-list-item .file-labels {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.file-list-item .file-labels .label {
	margin-right: 5px;
}

.file-list-item .description {
	padding-top: 4px;
	font-size: 12px;
	color: #666;
}

.file-list-item {
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.file-list-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px -6px rgba(0,0,0,.15);
	border-color: #b8c4d4;
}


/* Legacy file-item (list view) */
.file-item {
	height: 115px;
	overflow: hidden;
	margin: 10px;
}
.file-item .content-top { height: 80px; overflow: hidden; }
.file-item .content-bottom {
	height: 30px;
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 10px;
	margin-top: 5px;
	font-weight: 600;
	color: #222;
	position: relative;
}
.file-item .content-bottom .content-controls { font-size: 11px; text-align: center; width: 65%; padding: 5px; height: 30px; overflow: hidden; }
.file-item .content-bottom .content-btn {
	display: block;
	width: 35%;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	height: 30px;
	right: 0px;
	bottom: 10px;
	border-radius: 0px 5px 5px 0px;
	padding: 7px 5px;
}
.file-item .ribbon { position: absolute; padding: 2px 8px; }
.file-item .ribbon::after { border-top-width: 25px; min-width: 60px; border-right: 10px solid transparent; }
.file-item .ribbon span { margin-right: 5px; font-size: 10px; }
.file-item .image { float: left; margin-right: 5px; width: 47%; position: relative; }
.file-item .image img { float: right; }
.file-item .body { float: left; width: 50%; font-family: Arial, sans-serif; }
.file-item .title { font-weight: 400; line-height: 20px; letter-spacing: -.5px; word-wrap: break-word; font-size: 14px; }
.file-item .title a { color: #000; font-size: 110%; text-decoration: none !important; }
.file-item .title a:hover { text-decoration: none !important; }
.file-item .description { padding-top: 4px; font-size: 12px; color: #666; }
.file-item { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.file-item:hover { transform: translateY(-4px); box-shadow: 0 8px 20px -6px rgba(0,0,0,.15); border-color: #b8c4d4; }

/* File card (dark download card style) */
.file-grid-item.file-card-link,
.file-grid-item.file-card-link:hover,
.file-grid-item.file-card-link:focus,
.file-grid-item.file-card-link:active {
	display: block;
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	margin: 10px;
	width: 265px;
	min-width: 265px;
	max-width: 265px;
	height: 397px;
	min-height: 397px;
	max-height: 397px;
	animation: fileCardRise 0.6s cubic-bezier(0.16,1,0.3,1) both;
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	flex-shrink: 0;
}
.file-grid-item.file-card-link::selection,
.file-grid-item.file-card-link *::selection {
	background: #dc2626;
	color: #fff;
}
.file-grid-item.file-card-link::-moz-selection,
.file-grid-item.file-card-link *::-moz-selection {
	background: #dc2626;
	color: #fff;
}
@keyframes fileCardRise {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}
.file-card {
	background: #fff;
	border: 1px solid #dce2ee;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 1px 5px 0 #dce2ee;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 265px;
	min-width: 265px;
	max-width: 265px;
	height: 397px;
	min-height: 397px;
	max-height: 397px;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.file-card-link:hover .file-card {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px -6px rgba(0,0,0,0.15);
	border-color: #b8c4d4;
}
.file-card-thumb {
	position: relative;
	width: 100%;
	height: 150px;
	min-height: 150px;
	flex-shrink: 0;
	background: #f5f6f8;
	overflow: hidden;
}
.file-card-thumb-inner {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.file-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.file-card-badges-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.file-card-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding: 4px 9px;
	border-radius: 99px;
	border: 1px solid transparent;
	color: #fff;
}
.file-card-badge--new {
	background: #22c55e;
	border-color: #16a34a;
}
.file-card-badge--featured {
	background: #f59e0b;
	border-color: #d97706;
	color: #fff;
}
.file-card-badge--price {
	background: #407AC5;
	border-color: #2d5a9e;
}
.file-card-body {
	padding: 14px 14px 12px;
	font-family: Arial, sans-serif;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.file-card-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px;
	flex-shrink: 0;
}
.file-card-date, .file-card-size {
	font-size: 10px;
	color: #666;
	letter-spacing: 0.05em;
}
.file-card-dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #ccc;
}
.file-card-title {
	font-size: 15px;
	color: #222;
	line-height: 1.3;
	margin-bottom: 6px;
	letter-spacing: -0.01em;
	font-weight: 400;
	flex-shrink: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
.file-card-desc {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	word-break: break-word;
}
.file-card-divider {
	height: 1px;
	background: #e0e0e0;
	margin-bottom: 10px;
	flex-shrink: 0;
}
.file-card-btn {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 12px;
	background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
	border: none;
	border-radius: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	flex-shrink: 0;
	box-shadow: 0 4px 14px 0 rgba(124, 58, 237, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.file-card-btn:hover {
	box-shadow: 0 6px 20px 0 rgba(124, 58, 237, 0.45);
	transform: translateY(-1px);
	color: #fff;
	text-decoration: none;
}
.file-card-btn-label { display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file-card-btn-size {
	font-size: 11px;
	color: rgba(255,255,255,0.9);
	flex-shrink: 0;
}

/* File grid responsive - 4 per row on desktop */
.file-grid-holder,
.downloads-files-grid-holder {
	display: grid;
	grid-template-columns: repeat(4, 265px);
	justify-content: center;
	gap: 24px;
}

.file-grid-holder .col-md-3,
.file-grid-holder .col-sm-4,
.file-grid-holder .col-xs-12,
.downloads-files-grid-holder .col-md-3,
.downloads-files-grid-holder .col-sm-4,
.downloads-files-grid-holder .col-xs-12 {
	width: auto;
	max-width: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 1199px) {
	.file-grid-holder,
	.downloads-files-grid-holder {
		grid-template-columns: repeat(3, 265px);
		gap: 20px;
	}
}
@media (max-width: 991px) {
	.file-grid-holder,
	.downloads-files-grid-holder {
		grid-template-columns: repeat(2, 265px);
		gap: 18px;
	}
}
@media (max-width: 575px) {
	.file-grid-holder,
	.downloads-files-grid-holder {
		grid-template-columns: 1fr;
		gap: 16px;
		justify-items: center;
	}
}


.folder-item, .folder-home-item {
    align-items: center;
    display: flex;
}
.folder-home-item, .folder-item {
    border: 1px solid #dce2ee;
    background: #fff;
    box-shadow: 0 1px 5px 0#dce2ee;
    max-height: 90px;
    min-height: 90px;
}
.folder-home-item, .folder-item {
    display: flex;
    gap: 12px;
    padding: 8px 10px 8px 0;
    align-items: center;
}
.folder-item, .folder-home-item {
    height: auto;
    overflow: visible;
    margin: 10px 10px 10px 0;
    display: flex;
}

@media (min-width: 992px) {
    .downloads-folders-grid-holder .col-md-3 {
       width: 33%;
    }
}
.downloads-folders-grid-holder .col-md-3,
.downloads-folders-grid-holder .col-sm-4,
.downloads-folders-grid-holder .col-xs-12 {
    padding-left: 0;
    padding-right: 8px;
}
.downloads-folders-grid-holder img {
    max-height: 85px;
}




.folder-item .ribbon, .folder-home-item .ribbon {
	position: absolute;
	padding: 2px 8px;
}

.folder-item .ribbon::after, .folder-home-item .ribbon::after {
	border-top-width: 25px;
	min-width: 45px;
	border-right: 10px solid transparent;
}

.folder-item .ribbon span, .folder-home-item .ribbon span {
	margin-right: 5px;
}

.folder-item .image, .folder-home-item .image {
	flex-shrink: 0;
	width: 28%;
	min-width: 60px;
	max-width: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.folder-item .image a, .folder-home-item .image a {
	display: flex;
	align-items: center;
}

.folder-item .image img, .folder-home-item .image img {
	display: block;
	max-height: 85px;
	width: auto;
	object-fit: contain;
}

/* Folder card: title & description left of thumbnail, 2 space gap, right adjusted */
.folder-item .body,
.folder-home-item .body {
	flex: 1;
	min-width: 0;
	font-family: Arial, sans-serif;
	margin: 0 !important;
	padding: 0 8px 0 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
	box-sizing: border-box;
}

.folder-item .body .title,
.folder-home-item .body .title {
	display: block !important;
	width: 100% !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: -.5px;
	word-wrap: break-word;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.folder-item .body .title a,
.folder-home-item .body .title a {
	display: block !important;
	color: #000;
	text-decoration: none !important;
	text-align: left !important;
}
.folder-item .title a:hover, .folder-home-item .title a:hover,
.folder-item .title a:focus, .folder-home-item .title a:focus {
	text-decoration: none !important;
}
.folder-item a, .folder-home-item a {
	text-decoration: none !important;
}
.folder-item a:hover, .folder-home-item a:hover,
.folder-item a:focus, .folder-home-item a:focus {
	text-decoration: none !important;
}

.folder-item .body .description,
.folder-home-item .body .description,
.folder-item .body p.description,
.folder-home-item .body p.description {
	display: block !important;
	width: 100% !important;
	padding: 2px 0 0 0 !important;
	margin: 0 !important;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 400;
	color: #666;
	text-align: left !important;
}

/* Force folder card title & description left, right side adjusted */
.downloads-folders-grid-holder .folder-card-body,
.downloads-folders .folder-card-body {
	margin: 0 !important;
	padding: 0 8px 0 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
}
.downloads-folders-grid-holder .folder-card-title,
.downloads-folders .folder-card-title {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-weight: 700;
}
.downloads-folders-grid-holder .folder-card-title a,
.downloads-folders .folder-card-title a {
	text-align: left !important;
	font-weight: 700;
}
.downloads-folders-grid-holder .folder-card-desc,
.downloads-folders .folder-card-desc,
.downloads-folders-grid-holder p.folder-card-desc,
.downloads-folders p.folder-card-desc {
	margin: 0 !important;
	padding: 2px 0 0 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
	font-size: 11px;
	font-weight: 400;
}

.folder-item, .folder-home-item {
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.folder-item:hover, .folder-home-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px -6px rgba(0,0,0,.15);
	border-color: #b8c4d4;
}

.announcements-footer-widget .dannouncement-footer-list {
	padding: 10px;
	background: #eaeaea;
	border: 1px solid #cfcfcf;
	border-radius: 10px;

}
.announcements-footer-widget .announcements-footer-list li a {
	font-weight: 700;
	word-wrap: break-word;
}
.announcements-footer-widget .announcements-footer-list li {
	padding: 7px 5px;
	font-size: 13px;
	display: block;
	border-bottom: 1px dotted #ccc;
	line-height: 20px;
	overflow: hidden;
}

.announcements-footer-widget .announcements-footer-list li::before {
    content: "\f0da";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 10px;
}

.downloads-footer-widget .dfiles-footer-list {
	padding: 10px;
	background: #eaeaea;
	border: 1px solid #cfcfcf;
	border-radius: 10px;

}
.downloads-footer-widget .dfiles-footer-list li a {
	font-weight: 600;
	line-height: 1.5em;
	color: #000;
	word-wrap: break-word;
}
.downloads-footer-widget .dfiles-footer-list li a:hover, .downloads-footer-widget .dfiles-footer-list li a:active {
	text-decoration: underline;
}
.downloads-footer-widget .dfiles-footer-list li {
    padding: 7px 0px;
    font-size: 15px;
    display: block;
	border-bottom: 1px dashed #ccc;
}

.recent-activity-list li {
	display: block;
}
.recent-activity-list .activity-type {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 6px;
	padding: 1px 5px;
	border-radius: 3px;
	background: #ddd;
	color: #333;
}
.recent-activity-list .activity-type.activity-folder { background: #b8d4e3; color: #1a5276; }
.recent-activity-list .activity-type.activity-file { background: #a8e6cf; color: #0e6655; }
.recent-activity-list .activity-type.activity-product { background: #fdebd0; color: #9c640c; }
.recent-activity-list .activity-type.activity-digital { background: #e8daef; color: #5b2c6f; }

.footer-widget .badge {
	font-size: 11px;
	font-weight: 600;
	border-radius: 5px;
	margin-left: 5px;
}

.widget-head {
	margin: 15px 5px;
	color: #222;
	font-size: 22px;
}


.downloads-visitor-usage {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	color: #999;
}

.downloads-visitor-usage  .progress {
	margin-bottom: 0px;
	background: #FFF;
	border: 1px solid #ccc;
}

@keyframes gradientShift {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}
/* Header - white background, black text, dark green hover */
.top-bar { background: #fff !important; border-bottom: 1px solid #e0e0e0 !important; }
.top-bar ul > li a { color: #000 !important; }
.top-bar ul > li a:hover { color: #1b5e20 !important; }
header, header.no-padding-bottom.header-alt { background: #fff !important; border-bottom: 1px solid #e0e0e0 !important; }
header .top-cart-row .top-cart-holder .dropdown-toggle .lbl,
header .top-cart-row .top-cart-holder .dropdown-toggle .total-price { color: #000 !important; }
header .top-cart-row .top-cart-holder .basket-item .price { color: #000 !important; }
#top-megamenu-nav { background: #fff !important; }
#top-megamenu-nav .nav > li { border-right-color: #e0e0e0 !important; }
#top-megamenu-nav .nav > li > a,
#top-megamenu-nav .dropdown .dropdown-toggle { color: #000 !important; }
#top-megamenu-nav .nav > li > a:hover,
#top-megamenu-nav .nav > li > a:focus,
#top-megamenu-nav .dropdown:hover .dropdown-toggle,
#top-megamenu-nav .dropdown.open .dropdown-toggle { color: #1b5e20 !important; }

.downloads-recent-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	background-size: 200% 200%;
	animation: gradientShift 3s ease infinite;
	color: #FFF;
	padding: 10px 5px;
}
.downloads-recent-header .marquee-set .marquee-content {
	-moz-animation-duration: 30s;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	z-index: 1;
}

.marker {
    background: #fFff00;
    color: #000;
    padding: 0px 10px;
}

.mq-container  {
	padding: 5px;
}

.marquee-set {
 height: 50px;
 overflow: hidden;
 position: relative;
}

.marquee-set .marquee-content {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 text-align: center;
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 -moz-animation: marquee-set 15s linear infinite;
 -webkit-animation: marquee-set 15s linear infinite;
 animation: marquee-set 15s linear infinite;
}

@-moz-keyframes marquee-set {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes marquee-set {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}

@keyframes marquee-set {
 0%   {
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%);
 }
 100% {
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%);
 }
}

.marquee-set .marquee-content:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}

.mq-container .marquee-set {
	background: #FFF;
	color: #666;
	border-radius: 5px;
	height: 30px;
}
.mq-container .marquee-set  .mq-file-item {
    font-size: 13px;
    padding: 5px;
    margin-right: 15px;
    display: table-cell;
    white-space: nowrap;
}
.mq-container .marquee-set a  {
	font-weight: 700;
}

.mq-container .marquee-set .badge  {
	font-size: 10px;
	font-weight: 600;
}

.mq-container .marquee-set .item_detail  {
	font-size: 11px;
}

#top-megamenu-nav2 .navbar {
    margin: 0;
}

#top-megamenu-nav2 {
    margin: 0px;
    position: relative;
    background-color: #e6e6e6;
}

#top-megamenu-nav2 .nav > li {
    border-right-color: #ccc;
}
#top-megamenu-nav2 .navbar-nav > li {
    border-right: 1px solid;
    border-right-color: #ccc;
}

#top-megamenu-nav2 .navbar-nav > li > a {
    text-transform: capitalize;
    font-weight: bold;
		color: #444;
}

#top-megamenu-nav2 .navbar-nav > li.active > a {
		color: #999;
}

#top-megamenu-nav2 .nav > li > a:hover, #top-megamenu-nav2 .nav > li > a:focus, #top-megamenu-nav2 .nav > li > a:active {
    background-color: #fff;
}

#top-megamenu-nav .navbar .navbar-toggle {
	color: #F3F3F3;
	font-weight: 600;
}

#top-megamenu-nav2 .navbar .navbar-toggle {
	background-color: #929292;
	border-color: #6f6f6f;
  border-radius: 0;
	color: #F3F3F3;
	font-weight: 600;
}

.input-lfont {
	font-size: 19px !important;
}
.single-product-gallery .owl-item {
	max-height: 500px;
}
.single-product-gallery-thumbs,.single-product-gallery-thumbs .horizontal-thumb img {
	height: 100px;
}
#single-product .title {
	margin-bottom: 30px;
	margin-top: 10px;
}

.width-200 {
	width: 200px !important;
}

.label-xs-right {
  text-align: right;
}

.select2-dropdown {
  z-index: 9001;
}

.pagination-result-info{
	margin: auto;
	display: block;
	padding: 30px 5px;
}

.page-title {
 display: block;
 margin: 29px 0 5px 0;
 font-weight: 600;
}

h1.page-title {
 font-size: 32px;
}

h2.page-title {
 font-size: 28px;
}

.section-description {
	display: block;
	color: #a4a4a4;
}

.downloads-folder-description {
	font-size: 11px;
}

.wrapper {
	min-height: 400px;
	margin-bottom: 20px;
}

img {
  max-width: 100%;
}

header .top-cart-row .top-cart-holder {
	margin: 20px 0 0 0;
	overflow: visible;
}
/* Cart dropdown - show checkout button on desktop (fix hidden under downloads-recent-header) */
header {
	position: relative;
	z-index: 100;
}
header,
header .container,
header .top-cart-row,
header .top-cart-row .top-cart-row-container,
header .top-cart-row .top-cart-holder {
	overflow: visible !important;
}
header .top-cart-row .top-cart-holder .dropdown-menu {
	max-height: 450px !important;
	overflow-y: auto !important;
	overflow-x: hidden;
	padding: 16px 0 16px 0 !important;
	z-index: 9999 !important;
}
header .top-cart-row .top-cart-holder .checkout,
header .top-cart-row .top-cart-holder .checkout .basket-item {
	display: block !important;
}
header .top-cart-row .top-cart-holder .checkout .le-button {
	display: block !important;
	width: 100%;
	text-align: center;
}

header .logo-holder .logo {
    margin: 0;
}

header .logo img {
	width: 233px;
	height: auto;
	max-height: 150px;
}

.footer-description {
	font-size: 13px;
	line-height: 1.6;
	color: #555;
	margin: 12px 0;
}
.footer-logo img {
	width: 233px;
	height: auto;
	max-height: 150px;
	margin: auto;
}

.search-area-top {
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: 500;
}

.social-icons li a:hover {
	opacity: 0.7;
}

#owl-main .owl-wrapper {
    margin-bottom: 30px;
}

.shop-products .product-grid-holder .product-item-holder {
	min-height: 460px;
}

.single-product-gallery .gallery-thumbs .item a, .single-product-gallery .gallery-thumbs li a img {
  height: 60px;
  width: 60px;
}

.product-grid-holder .product-item-holder.size-medium .body .title {
  height: 80px;
  overflow: hidden;
}

.product-grid-holder .product-item-holder.size-medium {
  height: 430px;
}


.product-category-item  .image {
	text-align: center;
	display: block;
	height: 215px;
	width: 215px;
	margin: auto;
}

.product-category-item  .body {
	text-align: center;
	display: block;
	margin: 0 34px;
	height: 120px;
	overflow: hidden;
	padding-bottom: 5px;
}

.product-category-item .body .description {
	font-size: 12px;
	line-height: 20px;
	margin-top: 7px;
}

.product-category-item .ribbon {
	position: absolute;
}

.product-category-item .body .title {
	min-height: 22px;
	line-height: 26px;
	font-size: 20px;
	margin: 10px 0 0 0;
}

.product-grid-holder .product-item-holder.size-big .prices {
	height: 80px;
}

.product-category-item .body .title a {
	color: #111;
	font-weight: bold;
}

.scroll-500 {
  max-width: 100%;
  word-wrap: break-word;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.error {
  color: #c00;
  font-weight: 600;
  padding-top: 3px;
}

.label-dt {
  margin: 0px 2px;
}

.label-required::before {
	content: "* ";
	color: #d44;
}

div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info {
    color: #999;
}

div.dataTables_wrapper div.dataTables_filter label input {
	margin-left: 5px;
}

.pagination > li > a, .pagination > li > span {
	color: #000;
	background-color: #fff;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #e7e7e7;
	border-color: #ddd;
	color: #FFF !important;
}

header .top-search-holder .search-area .search-button {
	max-height: 52px;
}


@media (max-width: 900px) {

}

@media (min-width: 768px) {
	.form-group-view p {
		  margin: 8px 0px 0px 0px;
	}
}

@media (max-width: 768px) {

	.file-list-item .body {
		max-width: 460px;
	}
	.file-list-item .content-buttons {
		margin-top: 5px;
		margin-right: 5px;
		float: none;
		display: block;
		position: relative;
		right: -80%;
	}
}

@media (max-width: 550px) {
	.file-list-item .body {
		max-width: 360px;
	}
	.file-list-item .content-buttons {
		right: -50%;
	}
	.file-list-item .title {
		font-size: 14px;
		letter-spacing: -.5px;
	}
	.file-list-item .content-controls, .file-list-item .body .description {
		display: none;
	}
	.file-list-item .file-labels {
		font-size: 12px;
	}
	.file-list-item .file-labels .label {
		margin-right: 0px;
	}
}

@media (max-width: 400px) {
	.file-list-item .body {
		max-width: 130px;
	}
}
